Feature: Post creation and publication
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 16.906s |
Scenario: Administrator publishes a post successfully
Before
0m 0.674s
Given
I navigate to Ghost page "<BASEURL>"
0m 2.825s
And
I login with email "<EMAIL>" and password "<PASSWORD>"
0m 0.385s
And
I should be logged in successfully
0m 2.234s
When
I navigate to new post editor
0m 3.266s
And
I should be in the editor
0m 0.169s
And
I enter title "$name_1(150)"
0m 0.511s
And
I enter content "$youtube_1(100)"
0m 1.678s
And
I click publish
0m 0.277s
And
I continue to final review
0m 1.269s
And
I confirm publish
0m 1.272s
Then
the content should be published
0m 2.344s
After
0m 0.002s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to Ghost page "<BASEURL>"
And
I login with email "<EMAIL>" and password "<PASSWORD>"
And
I should be logged in successfully
When
I navigate to new post editor
And
I should be in the editor
And
I enter title "$name_1(150)"
And
I enter content "$youtube_1(100)"
And
I click publish
And
I continue to final review
And
I confirm publish
Then
the content should be published
After
NO IMAGE AVAILABLE